From: Luca Bacci Date: Mon, 26 Sep 2022 12:34:24 +0000 (+0200) Subject: GdkWin32: Fix subclassing for GdkWin32Clipdrop X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~1^2~35^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e2219858ae46158b899314c57a21013739d644e6;p=gtk4.git GdkWin32: Fix subclassing for GdkWin32Clipdrop Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5207 --- diff --git a/gdk/win32/gdkclipdrop-win32.h b/gdk/win32/gdkclipdrop-win32.h index 1be94dad8f..b71ed00107 100644 --- a/gdk/win32/gdkclipdrop-win32.h +++ b/gdk/win32/gdkclipdrop-win32.h @@ -126,7 +126,7 @@ typedef BOOL (WINAPI * GetUpdatedClipboardFormatsFunc)( */ struct _GdkWin32Clipdrop { - GObject *parent_instance; + GObject parent_instance; /* interned strings for well-known image formats */ const char **known_pixbuf_formats;